home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Libraries
/
Log Library 1.01
/
LogLibComponent ƒ
/
Libsprintf.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-10
|
344 b
|
27 lines
|
[
TEXT/KAHL
]
/*
Libsprintf.h
Header file for Libsprintf.c
*/
#pragma once
#ifndef __H_Libsprintf__
#define __H_Libsprintf__
#ifdef __cplusplus
extern "C" {
#endif
int libsprintf(char *fp, const char *fmt,...);
void libfixnl(char* buf);
char libstrlen(char* buf);
void * libmemchr(const void *s, int c,long n);
#ifdef __cplusplus
}
#endif
#endif